home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / macgambit-20-compiler-src-p1 / Runtime (.c & .h) / strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-26  |  391 b   |  10 lines  |  [TEXT/KAHL]

  1. extern long string_length( /* str */ );
  2. extern char *string_extend( /* ptr, str */ );
  3. extern char *string_append( /* str1, str2 */ );
  4. extern char *string_copy( /* str */ );
  5. extern long string_compare( /* str1, str2 */ );
  6. extern long string_to_int( /* str */ );
  7. extern char *string_to_c_str( /* str */ );
  8. extern SCM_obj c_str_to_string( /* str */ );
  9. extern char *c_id_to_symbol( /* str */ );
  10.